git-glob_dirent
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Thu, 4 Jul 2024 19:53:20 +0000 (21:53 +0200)
committerAurelien Jarno <aurel32@debian.org>
Thu, 4 Jul 2024 19:53:20 +0000 (21:53 +0200)
commite14b2fc80c82474900875c7b7f7caafabbce60c8
treeaa2db8bfdf7af179eb95beb92cdb60d0035b597c
parentde4a2f703706cd18c70312218935f777bfb8305d
git-glob_dirent

commit 5e4435f960bb681cbea853fb41043fabeeaea1b4
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Thu Aug 3 21:15:39 2023 +0200

    tst-*glob*: Do not check d_name size

    Posix says that d_name is of unspecified size, and sizeof(d_name)
    should not be used. It is indeed only 1-byte long in bits/dirent.h. We
    can instead explictly provide the actual allocated size to
    __strcpy_chk.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-glob_dirent.diff
posix/tst-glob_lstat_compat.c
posix/tst-gnuglob-skeleton.c